home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-13 | 1.0 KB | 55 lines | [TEXT/MMCC] |
- /* all standard header */
- #ifndef _ALL_
- #define _ALL_
- /* C Includes */
- #include <assert.h>
- #include <ctype.h>
- #include <errno.h>
- #include <float.h>
- #include <iso646.h>
- #include <limits.h>
- #include <locale.h>
- #include <math.h>
- #include <setjmp.h>
- #include <signal.h>
- #include <stdarg.h>
- #include <stddef.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include <time.h>
-
- #ifdef __cplusplus
- /* C++ Includes */
- #include <bits.h>
- #include <bitstring.h>
- #include <complex.h>
- #include <defines.h>
- #include <dynarry.h>
- #include <exception.h>
- #include <fstream.h>
- #include <iomanip.h>
- #include <ios.h>
- #include <iostream.h>
- #include <istream.h>
- #include <new.h>
- #include <ostream.h>
- #include <ptrdynarray.h>
- #include <sstream.h>
- #include <streambuf.h>
- #include <string.h>
- #include <strstream.h>
- #include <typeinfo.h>
- #endif /* __cplusplus */
-
- #endif /* _ALL_ */
-
- /*
- * Copyright (c) 1994 by P.J. Plauger. ALL RIGHTS RESERVED.
- * Consult your license regarding permissions and restrictions.
- */
-
- /* Change log:
- *94June04 PlumHall baseline
- */
-